home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 30-urw-aliases.conf < prev    next >
Extensible Markup Language  |  2008-09-18  |  5KB  |  151 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <!--
  5.   URW provides metric and shape compatible fonts for some Adobe families.
  6.   Helvetica, Courier, and Times are handled in 30-metric-aliases.conf.
  7.   -->
  8.  
  9. <!--
  10.   However, these fonts are quite ugly and do not render well on-screen,
  11.   so we avoid matching them if the application said `anymetrics'; in that
  12.   case, a more generic font with different metrics but better appearance
  13.   will be used.
  14.  
  15.         <alias binding="same">
  16.           <family>Avant Garde</family>
  17.           <accept><family>URW Gothic L</family></accept>
  18.         </alias>
  19.         <alias binding="same">
  20.           <family>Bookman</family>
  21.           <accept><family>URW Bookman L</family></accept>
  22.         </alias>
  23.         <alias binding="same">
  24.           <family>New Century Schoolbook</family>
  25.           <accept><family>Century Schoolbook L</family></accept>
  26.         </alias>
  27.         <alias binding="same">
  28.           <family>Palatino</family>
  29.           <accept><family>URW Palladio L</family></accept>
  30.         </alias>
  31.         <alias binding="same">
  32.       <family>Zapf Chancery</family>
  33.       <accept><family>URW Chancery L</family></accept>
  34.     </alias>
  35.         <alias binding="same">
  36.       <family>Zapf Dingbats</family>
  37.       <accept><family>Dingbats</family></accept>
  38.     </alias>
  39.   -->
  40.  
  41.            <match target="pattern">
  42.           <test name="family">
  43.             <string>Avant Garde</string>
  44.           </test>
  45.           <test name="anymetrics" qual="all" compare="not_eq">
  46.             <bool>true</bool>
  47.           </test>
  48.           <edit name="family" mode="append">
  49.             <string>URW Gothic L</string>
  50.           </edit>
  51.          </match>
  52.            <match target="pattern">
  53.           <test name="family">
  54.             <string>Bookman</string>
  55.           </test>
  56.           <test name="anymetrics" qual="all" compare="not_eq">
  57.             <bool>true</bool>
  58.           </test>
  59.           <edit name="family" mode="append">
  60.             <string>URW Bookman L</string>
  61.           </edit>
  62.          </match>
  63.            <match target="pattern">
  64.           <test name="family">
  65.             <string>Courier</string>
  66.           </test>
  67.           <test name="anymetrics" qual="all" compare="not_eq">
  68.             <bool>true</bool>
  69.           </test>
  70.           <edit name="family" mode="append">
  71.             <string>Nimbus Mono L</string>
  72.           </edit>
  73.          </match>
  74.            <match target="pattern">
  75.           <test name="family">
  76.             <string>Helvetica</string>
  77.           </test>
  78.           <test name="anymetrics" qual="all" compare="not_eq">
  79.             <bool>true</bool>
  80.           </test>
  81.           <edit name="family" mode="append">
  82.             <string>Nimbus Sans L</string>
  83.           </edit>
  84.          </match>
  85.            <match target="pattern">
  86.           <test name="family">
  87.             <string>New Century Schoolbook</string>
  88.           </test>
  89.           <test name="anymetrics" qual="all" compare="not_eq">
  90.             <bool>true</bool>
  91.           </test>
  92.           <edit name="family" mode="append">
  93.             <string>Century Schoolbook L</string>
  94.           </edit>
  95.          </match>
  96.            <match target="pattern">
  97.           <test name="family">
  98.             <string>Palatino</string>
  99.           </test>
  100.           <test name="anymetrics" qual="all" compare="not_eq">
  101.             <bool>true</bool>
  102.           </test>
  103.           <edit name="family" mode="append">
  104.             <string>URW Palladio L</string>
  105.           </edit>
  106.          </match>
  107.            <match target="pattern">
  108.           <test name="family">
  109.             <string>Times</string>
  110.           </test>
  111.           <test name="anymetrics" qual="all" compare="not_eq">
  112.             <bool>true</bool>
  113.           </test>
  114.           <edit name="family" mode="append">
  115.             <string>Nimbus Roman No9 L</string>
  116.           </edit>
  117.          </match>
  118.            <match target="pattern">
  119.           <test name="family">
  120.             <string>Zapf Chancery</string>
  121.           </test>
  122.           <test name="anymetrics" qual="all" compare="not_eq">
  123.             <bool>true</bool>
  124.           </test>
  125.           <edit name="family" mode="append">
  126.             <string>URW Chancery L</string>
  127.           </edit>
  128.          </match>
  129.            <match target="pattern">
  130.           <test name="family">
  131.             <string>Zapf Dingbats</string>
  132.           </test>
  133.           <test name="anymetrics" qual="all" compare="not_eq">
  134.             <bool>true</bool>
  135.           </test>
  136.           <edit name="family" mode="append">
  137.             <string>Dingbats</string>
  138.           </edit>
  139.          </match>
  140.  
  141.  
  142.     <match target="pattern">
  143.       <test name="family">
  144.         <string>Symbol</string>
  145.       </test>
  146.       <edit name="family" mode="append" binding="same">
  147.         <string>Standard Symbols L</string>
  148.       </edit>
  149.     </match>
  150. </fontconfig>
  151.